set recursion limit python

39

python set recursion limit -

import sys
sys.setrecursionlimit(2000)

Comments

Submit
0 Comments